projects
/
openldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a551ab
)
ITS#8240 remove obsolete assert
author
Howard Chu
<hyc@openldap.org>
Wed, 9 Sep 2015 23:37:32 +0000
(
00:37
+0100)
committer
Ryan Tandy
<ryan@nardis.ca>
Fri, 11 Sep 2015 03:13:17 +0000
(
03:13
+0000)
Gbp-Pq: Name ITS8240-remove-obsolete-assert.patch
libraries/liblber/io.c
patch
|
blob
|
history
diff --git
a/libraries/liblber/io.c
b/libraries/liblber/io.c
index 85c3e23e810512fa80ec31c302a2a5a1a8a97cb5..c05dcf8434a42c5be71614da7e63e53c2f18cc6c 100644
(file)
--- a/
libraries/liblber/io.c
+++ b/
libraries/liblber/io.c
@@
-679,7
+679,7
@@
done:
return (ber->ber_tag);
}
-
assert( 0 ); /* ber structure is messed up ?
*/
+
/* invalid input
*/
return LBER_DEFAULT;
}